home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / icon / packages.lha / packages / acorn / are.arc / HELLO.ICN < prev    next >
Text File  |  1992-03-31  |  85b  |  6 lines

  1. procedure main()
  2.    write(&version)
  3.    write(&host)
  4.    write("hello world")
  5. end
  6.